function showMsg()
{
  $msg = null;
  if(isset($_GET['id'])){
    $msg = $this->getMsg($_GET['id']);
  }
  include 'tmpl/msg.tpl';
}
